>>>=(_:_:)

public static func >>>=<C>(_ result: Result, _ f: @autoclosure @escaping () -> (A) -> Result<C, B>) -> Result<C, B>

Infix version of bind returning a value rather than a function.